home *** CD-ROM | disk | FTP | other *** search
- -- card: 16071 from stack: in
- -- bmap block id: 4260
- -- flags: 4000
- -- background id: 2604
- -- name: SAFARI/SHOP
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=344 top=81 right=104 bottom=366
- -- title width / last selected line: 0
- -- icon id / first selected line: 29019 / 29019
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: N/TO/OUT/SAFARI
- ----- HyperTalk script -----
- on mouseUp
- go to card id 5130
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=97 top=79 right=109 bottom=116
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GET/MACHETE
- ----- HyperTalk script -----
- on mouseUp
- global pocketbook
- global inventory
- if pocketbook >9 then
- subtract 10 from pocketbook
- put ", machete" after inventory
- put "You take a wicked looking machete." into Msg
- wait 3 seconds
- doMenu "Message"
- put inventory into background field "ShowMe"
- put pocketbook into background field "CountMe"
- else
- put "Deposit 10 Credits." into Msg
- wait 3 seconds
- doMenu "Message"
- end if
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=191 top=79 right=109 bottom=205
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GET/BUG
- ----- HyperTalk script -----
- on mouseUp
- global pocketbook
- global inventory
- if pocketbook >1 then
- subtract 2 from pocketbook
- put ", insect spray" after inventory
- put "You take a can of bug spray." into Msg
- wait 3 seconds
- doMenu "Message"
- put inventory into background field "ShowMe"
- put pocketbook into background field "CountMe"
- else
- put "Deposit 2 Credits." into Msg
- wait 3 seconds
- doMenu "Message"
- end if
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
- You are carrying: empty multicorder
-
- -- part contents for background part 8
- ----- text -----
- 0